home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / cmds.fmt / col.man < prev    next >
Text File  |  1989-12-08  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4. COL                       User Commands                       COL
  5.  
  6.  
  7.  
  8. NNAAMMEE
  9.      col - filter reverse line feeds
  10.  
  11. SSYYNNOOPPSSIISS
  12.      ccooll [ --bbffhh ]
  13.  
  14. DDEESSCCRRIIPPTTIIOONN
  15.      _C_o_l reads the standard input and writes the standard output.
  16.      It performs the line overlays implied by reverse line feeds
  17.      (ESC-7 in ASCII) and by forward and reverse half line feeds
  18.      (ESC-9 and ESC-8).  _C_o_l is particularly useful for filtering
  19.      multicolumn output made with the `.rt' command of _n_r_o_f_f and
  20.      output resulting from use of the _t_b_l(1) preprocessor.
  21.  
  22.      Although _c_o_l accepts half line motions in its input, it nor-
  23.      mally does not emit them on output.  Instead, text that
  24.      would appear between lines is moved to the next lower full
  25.      line boundary.  This treatment can be suppressed by the --ff
  26.      (fine) option; in this case the output from _c_o_l may contain
  27.      forward half line feeds (ESC-9), but will still never con-
  28.      tain either kind of reverse line motion.
  29.  
  30.      If the --bb option is given, _c_o_l assumes that the output dev-
  31.      ice in use is not capable of backspacing.  In this case, if
  32.      several characters are to appear in the same place, only the
  33.      last one read will be taken.
  34.  
  35.      The control characters SO (ASCII code 017), and SI (016) are
  36.      assumed to start and end text in an alternate character set.
  37.      The character set (primary or alternate) associated with
  38.      each printing character read is remembered; on output, SO
  39.      and SI characters are generated where necessary to maintain
  40.      the correct treatment of each character.
  41.  
  42.      If the --hh option is given, _c_o_l converts white space to tabs
  43.      to shorten printing time.
  44.  
  45.      All control characters are removed from the input except
  46.      space, backspace, tab, return, newline, ESC (033) followed
  47.      by one of 7, 8, 9, SI, SO, and VT (013).  This last charac-
  48.      ter is an alternate form of full reverse line feed, for com-
  49.      patibility with some other hardware conventions.  All other
  50.      non-printing characters are ignored.
  51.  
  52. SSEEEE AALLSSOO
  53.      troff(1), tbl(1)
  54.  
  55. BBUUGGSS
  56.      Can't back up more than 128 lines.
  57.      No more than 800 characters, including backspaces, on a
  58.      line.
  59.  
  60.  
  61.  
  62.  
  63. Sprite v1.0               May 16, 1986                          1
  64.  
  65.  
  66.  
  67.